We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a735b5 commit 4fa882aCopy full SHA for 4fa882a
docs/ABI.rst
@@ -907,8 +907,8 @@ Types
907
type ::= 'BB' // Builtin.UnsafeValueBuffer
908
type ::= 'Bf' natural '_' // Builtin.Float<n>
909
type ::= 'Bi' natural '_' // Builtin.Int<n>
910
- type ::= 'BO' // Builtin.ObjCPointer
911
- type ::= 'Bo' // Builtin.ObjectPointer
+ type ::= 'BO' // Builtin.UnknownObject
+ type ::= 'Bo' // Builtin.NativeObject
912
type ::= 'Bp' // Builtin.RawPointer
913
type ::= 'Bv' natural type // Builtin.Vec<n>x<type>
914
type ::= 'Bw' // Builtin.Word
0 commit comments