We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e45ef commit c44fcaeCopy full SHA for c44fcae
Sources/BinaryParsing/Macros/MagicNumber.swift
@@ -10,7 +10,7 @@
10
//===----------------------------------------------------------------------===//
11
12
@lifetime(&input)
13
-func _loadAndCheckDirectBytes<
+public func _loadAndCheckDirectBytes<
14
T: FixedWidthInteger & MultiByteInteger & BitwiseCopyable
15
>(
16
parsing input: inout ParserSpan,
@@ -24,7 +24,7 @@ func _loadAndCheckDirectBytes<
24
}
25
26
27
-func _loadAndCheckDirectBytesByteOrder<
+public func _loadAndCheckDirectBytesByteOrder<
28
29
30
0 commit comments