aboutsummaryrefslogtreecommitdiff
path: root/core/strings/ascii_set.odin
Commit message (Collapse)AuthorAgeFilesLines
* Expose strings.ascii_set_* functionsFourteenBrush2023-11-121-1/+0
|
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-2/+2
| | | | possible
* Small improvements strings documentationLucas Perlind2023-04-031-4/+4
| | | | | | | | * Use new 'Returns:' and 'Inputs:' keywords used by the website generator * Make order item order resemble website, i.e. 'Returns:' comes before 'Example:' * Add a few missing input items * Add a few missing return items
* Fix website formatting and incorrect examplesLucas Perlind2023-03-291-1/+2
|
* add missing eof newlineJon Lipstate2023-03-271-1/+1
|
* markdown compliant spacesJon Lipstate2023-03-271-4/+4
|
* transform into odin-site parsable formatJon Lipstate2023-03-271-4/+4
|
* string code docsJon Lipstate2023-03-271-2/+22
|
* documentation for the rest of the strings libraryMichael Kutowski2022-04-031-0/+2
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-7/+7
|
* Improve `strings.index_any` and `strings.last_index_any`gingerBill2021-08-271-0/+22