The Skung Rockification of Ziggy Skungdust and the SIMD's
This commit is contained in:
@ -4,7 +4,7 @@ import Foundation
|
||||
extension FileHandle
|
||||
{
|
||||
// FixedWidthInteger or BinaryFloatingPoint
|
||||
func read<T: FixedWidthInteger>(as: T.Type) throws -> T
|
||||
func read<T>(as: T.Type) throws -> T
|
||||
{
|
||||
let size = MemoryLayout<T>.size
|
||||
guard let data = try self.read(upToCount: size)
|
||||
|
Reference in New Issue
Block a user