mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add doc: array tuple support, hash support
This commit is contained in:
parent
bf12021ae6
commit
a2580d4926
24 changed files with 1442 additions and 21 deletions
|
@ -17,6 +17,11 @@ Sprout.Array
|
|||
to_array
|
||||
make_array
|
||||
make_common_array
|
||||
array/std-tuple_size
|
||||
array/std-tuple_element
|
||||
array/tuple_get
|
||||
array/std-hash
|
||||
array/hash_value
|
||||
|
||||
Description
|
||||
========================================
|
||||
|
@ -86,6 +91,12 @@ function
|
|||
Hash support
|
||||
----------------------------------------
|
||||
|
||||
============================================================ ===============================================================================
|
||||
class
|
||||
============================================================ ===============================================================================
|
||||
:doc:`std::hash <./array/std-hash>`
|
||||
============================================================ ===============================================================================
|
||||
|
||||
======================================== ===============================================================================
|
||||
function
|
||||
======================================== ===============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue