Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Sources/BigNumber/Swift-Big-Number-Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ public struct BInt:
SignedNumeric, // Implies Numeric, Equatable, ExpressibleByIntegerLiteral
BinaryInteger, // Implies Hashable, CustomStringConvertible, Strideable, Comparable
ExpressibleByFloatLiteral,
Codable
Codable,
Sendable
{
//
//
Expand Down Expand Up @@ -2229,7 +2230,8 @@ public struct BDouble:
SignedNumeric,
Comparable,
Hashable,
Codable
Codable,
Sendable
{
//
//
Expand Down