chore(docs): setup some initial docs on event systems #264
Annotations
3 warnings
Format
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Format
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Format
5..1 has a default step of -1, please write 5..1//-1 instead
|
Loading