mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -16,9 +16,7 @@ fn internal_string_from_set(mut rng PRNG, charset string, len int) string {
|
|||
return result
|
||||
}
|
||||
|
||||
const (
|
||||
ulid_encoding = '0123456789ABCDEFGHJKMNPQRSTVWXYZ'
|
||||
)
|
||||
const ulid_encoding = '0123456789ABCDEFGHJKMNPQRSTVWXYZ'
|
||||
|
||||
fn internal_ulid_at_millisecond(mut rng PRNG, unix_time_milli u64) string {
|
||||
mut buf := []u8{cap: 27}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue