You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/orb/str.ex
+3
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,9 @@ defmodule Orb.Str do
58
58
end
59
59
60
60
defmoduleSlicedo
61
+
@moduledoc"""
62
+
A string slice represented as a i64, a compromise for when storing strings as globals (Globals cannot be `(i32 i32)`, only single primitives like `i32` or `i64`).
0 commit comments