mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 18:43:04 +00:00
Strip trailing whitespace from many files.
Add native modules to import with module.native-path.
This commit is contained in:
@@ -60,7 +60,7 @@ const DstKV *dst_struct_find(const DstKV *st, Dst key) {
|
||||
|
||||
/* Put a kv pair into a struct that has not yet been fully constructed.
|
||||
* Nil keys and values are ignored, extra keys are ignore, and duplicate keys are
|
||||
* ignored.
|
||||
* ignored.
|
||||
*
|
||||
* Runs will be in sorted order, as the collisions resolver essentially
|
||||
* preforms an in-place insertion sort. This ensures the internal structure of the
|
||||
|
||||
Reference in New Issue
Block a user