Commit Graph
3 Commits
Author SHA1 Message Date
Despacito696969andGitHub 2feb1bf847 Commit a040be9 but for core:sort 2023-08-23 15:46:32 +02:00
Despacito696969andGitHub ecfea027a0 Fixed marshal_to_writer not supporting i128
Previously json.marshal(i128(696969)) would print 0 as there was no `u = i128(i)` initialization.
2022-08-26 23:49:33 +02:00
Despacito696969andGitHub 7f6c6945ae Fix for slice_to_components
Using `slice_to_components` wouldn't compile because `s.data` is type of `rawptr` and return type is `^T`
2022-04-05 20:17:47 +02:00