Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Dohan committed May 20, 2024
1 parent 05c6d34 commit d39338e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ package renetik.android.store.property
import renetik.android.store.CSStore

fun <T> CSStoreProperty<T>.saveTo(store: CSStore) = set(store, value)
fun <T> CSStoreProperty<T>.save() = set(store, value)
//val CSStoreProperty<*>.isSaved get() = store.has(key)
fun <T> CSStoreProperty<T>.save() = set(store, value)

0 comments on commit d39338e

Please sign in to comment.