Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F14177118
PostStore.swift
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
199 B
Subscribers
None
PostStore.swift
View Options
import
Foundation
struct
PostStore
{
var
posts
:
[
Post
]
init
(
posts
:
[
Post
]
=
[])
{
self
.
posts
=
posts
}
mutating
func
add
(
_
post
:
Post
)
{
posts
.
append
(
post
)
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Apr 2, 5:41 AM (12 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3673754
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment