diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-05 14:04:29 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-05 14:04:29 -0400 |
commit | d2772d77ce3b0908495bb298a0597a02bf300d1d (patch) | |
tree | 24524d91b375a02313ff0c2a25bedbd5434895d9 /spec/Appendices.md | |
parent | 3add402da9fc5b574f34e37e951779212ce28ed1 (diff) |
[Docs] FIP additions
Diffstat (limited to 'spec/Appendices.md')
-rw-r--r-- | spec/Appendices.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/Appendices.md b/spec/Appendices.md index c3e0426..1caccc7 100644 --- a/spec/Appendices.md +++ b/spec/Appendices.md @@ -186,9 +186,9 @@ void - void type - type - meta type (tnsl.reflect.type) + type* - meta type (tnsl.reflect._type) - vect* - libtnsl tnsl.vector.vector type + vect* - (tnsl.box._vect) type Values: @@ -261,7 +261,7 @@ operator - define a method for when a reserved opertaor is used on a user defined struct - super - can reference the method of an extended type or interface + super* - can reference the method of an extended type or interface Modules: @@ -273,9 +273,9 @@ Memory control: - alloc* (and related) - allocate (or reallocate) memory from somewhere (tnsl.alg._alloc) + alloc* (and related) - allocate (or reallocate) memory from somewhere (tnsl.algo._alloc) - delete* - free allocated memory (tnsl.alg._delete) + dealloc* - free allocated memory (tnsl.algo._dealloc) \* keyword requires a libtnsl implimentation |