Commit Graph

62 Commits

Author SHA1 Message Date
c0294bc1f0 Add queue_t 2022-09-13 10:37:40 +03:00
98cee61c83 Fix getting of map keys 2022-08-26 20:00:18 +03:00
932849a062 Add callback support on value update (#61) 2022-08-26 17:54:27 +03:00
4dfe971282 Update container free methods (#58) 2022-08-26 12:46:59 +03:00
8858e02afb Add implementation of the stack reversion 2022-08-24 12:26:17 +03:00
d7bd9be567 Update headers 2022-08-24 11:43:27 +03:00
ca8251973e Refactor string 2022-08-22 12:13:20 +03:00
2118404bfe Refactor headers 2022-08-22 11:56:16 +03:00
08aebcc15b Minor fixes & modifications 2022-08-19 20:00:10 +03:00
7618294078 Refactor dict, add attaching functional 2022-08-19 19:32:52 +03:00
36f03d3d23 Refactor map, add attaching functional 2022-08-19 19:31:01 +03:00
b789b133e2 Refactor set, add attaching functional 2022-08-19 17:41:02 +03:00
925a8855ed Refactor list, add attaching functional 2022-08-19 16:46:07 +03:00
57a8a08234 Refactor array, add attaching functional 2022-08-19 15:22:54 +03:00
e8d3b55ec9 Add dict keys copy methods 2022-08-18 02:44:49 +03:00
3cbf7a6fdf Add stack_push_many method 2022-08-18 00:08:10 +03:00
9f83f59502 Update headers 2022-08-17 22:20:04 +03:00
125153076d Minor fixes 2022-08-16 21:10:54 +03:00
80ba7082d4 Minor fixes 2022-08-16 18:39:55 +03:00
bc489e085e Refactor the attributes 2022-08-16 01:36:37 +03:00
aa4828b4ed Add dict type 2022-08-14 18:20:17 +03:00
ecd0ff0ab2 Merge branch 'develop' into #3-issue 2022-06-10 12:38:39 +03:00
2420b7bd6b Update array slice 2022-06-10 12:22:20 +03:00
34146981e6 Add list slice 2022-06-10 12:21:57 +03:00
af5b89a2f4 Refactor the using of bool type 2022-06-09 16:29:10 +03:00
5a8a7ee6ef Array interface standardization 2022-06-09 16:26:11 +03:00
28de64f7ba Access standardization: clean types 2022-06-08 21:01:12 +03:00
d592c0adac Map access standardization 2022-06-08 21:00:33 +03:00
4b3204c00f Set access standardization 2022-06-08 20:59:46 +03:00
426f391561 List access standardization 2022-06-08 20:59:07 +03:00
ab75d629d3 Array access standardization 2022-06-08 20:56:59 +03:00
bd9563dbf4 Fix map (extra) update symbol 2022-06-08 10:53:18 +03:00
2f0a3a3c8e Update set (extra) foreach implementation 2022-06-08 09:58:16 +03:00
659c329880 Update list (extra) foreach implementation 2022-06-08 09:57:57 +03:00
472639a681 Update array (extra) foreach implementation 2022-06-08 09:57:41 +03:00
624efada63 Add map implementation 2022-06-08 09:56:59 +03:00
0922870d04 Extend the foreach implementation 2022-06-07 21:42:11 +03:00
8a813e877a Add stack 2022-06-07 21:35:13 +03:00
9a34d1d71f Update headers 2022-06-06 23:47:26 +03:00
0cf27783ea Add set base & extra 2022-06-06 11:23:33 +03:00
da420ef59d Update array & list (extra) foreach symbols 2022-06-06 11:22:48 +03:00
51c1fbf52d Refactor string symbols 2022-06-06 11:21:32 +03:00
da1f20452c Update list (extra) header 2022-06-05 20:01:28 +03:00
355c822e61 Add array (extra) foreach 2022-06-05 20:01:10 +03:00
4c9cd1525d Fix list symbol calling 2022-06-05 19:54:20 +03:00
3e681aadd8 Add list (extra) foreach 2022-06-05 18:36:48 +03:00
5eeb9677d5 Add list headers 2022-06-04 21:58:04 +03:00
a7aacd9160 Refactor array headers 2022-06-04 21:55:49 +03:00
53fab0bb6c Update base headers 2022-06-04 21:43:18 +03:00
9fe446383f Update array symbols 2022-06-04 21:43:02 +03:00