diff options
Diffstat (limited to 'doc/apis.txt')
-rw-r--r-- | doc/apis.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/apis.txt b/doc/apis.txt index 260ce159b..67534dec8 100644 --- a/doc/apis.txt +++ b/doc/apis.txt @@ -18,6 +18,10 @@ been renamed to fit this scheme. The ultimate goal is that the programmer can ------------------- ------------ -------------------------------------- English word To use Notes ------------------- ------------ -------------------------------------- +initialize initT ``init`` is used to create a + value type ``T`` +new newP ``new`` is used to create a + reference type ``P`` find find should return the position where something was found; for a bool result use ``contains`` |