This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4dd6c85df2
banan-os
/
BAN
/
include
/
BAN
/
Iteration.h
13 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
BAN: Add enum class Iteration for for_each loops
2023-08-22 11:30:53 +03:00
#
pragma once
namespace
BAN
{
enum
class
Iteration
{
Continue
,
Break
}
;
All: Cleanup all files Add newline to end of files and remove whitespace from end of lines
2024-01-24 14:43:46 +02:00
}