Moving stuff about/renaming

This commit is contained in:
Adam Fowler
2021-03-14 10:19:51 +00:00
parent 06251739d7
commit 5f49dd6953
5 changed files with 54 additions and 89 deletions

View File

@@ -2,4 +2,9 @@
struct HBMustacheContext {
let first: Bool
let last: Bool
init(first: Bool = false, last: Bool = false) {
self.first = first
self.last = last
}
}