slice: fill builtin #5382
Closed
bangbangsheshotmedown
started this conversation in
Ideas/Requests
Replies: 1 comment 2 replies
-
No thank you. We have |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Odin has
copy
builtin, but no equivalent forfill
, instead it sits in a package you have to import yourself, this is inconsistent, and makes using slices annoying to use, it breaks the flowI propose making the flll proc, a builtin
Odin/core/slice/slice.odin
Lines 407 to 415 in 8dc374a
This is a builtin operation in languages that have slices as a core concept
builtin
// d
// zig
// c3
// rust
// v
// nim
import
// c
// odin
dumb
// go
Beta Was this translation helpful? Give feedback.
All reactions