1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: cached modules fixes

This commit is contained in:
Alexander Medvednikov
2020-07-18 11:14:03 +02:00
parent 411eaadc15
commit 38e5569503
8 changed files with 160 additions and 14 deletions

View File

@ -65,7 +65,7 @@ const(
// max 46 char
// -3.40282346638528859811704183484516925440e+38
fn (d Dec32) get_string_32(neg bool, i_n_digit int, i_pad_digit int) string {
pub fn (d Dec32) get_string_32(neg bool, i_n_digit int, i_pad_digit int) string {
n_digit := i_n_digit + 1
pad_digit := i_pad_digit + 1
mut out := d.m