mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
forward/backward are public.
This commit is contained in:
parent
e989c8aac5
commit
78ae28a1ae
@ -1,6 +1,6 @@
|
||||
public struct Prism<From, To> {
|
||||
let forward: From -> To?
|
||||
let backward: To -> From
|
||||
public let forward: From -> To?
|
||||
public let backward: To -> From
|
||||
}
|
||||
|
||||
extension Dictionary {
|
||||
|
Loading…
Reference in New Issue
Block a user