Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmdyl committed Jun 17, 2021
1 parent cd16ebe commit fcc0ad8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ This is the light weight D runtime - it is a barebones runtime targeting ARM Cor
9. Virtual functions and overrides
10. Abstract classes
11. Static classes
12. Allocation and deallocation of dynamic arrays
13. Concatenate an item to a dynamic array
14. Concatenate two dynamic arrays together
15. Dynamic array resizing
12. Allocation and deallocation of dynamic arrays (opt in by version `LWDR_DynamicArray`)
13. Concatenate an item to a dynamic array (opt in by version `LWDR_DynamicArray`)
14. Concatenate two dynamic arrays together (opt in by version `LWDR_DynamicArray`)
15. Dynamic array resizing (opt in by version `LWDR_DynamicArray`)
16. Thread local storage (opt in by version `LWDR_TLS`)

### What is in progress?
Expand Down

0 comments on commit fcc0ad8

Please sign in to comment.